What are the uses of Reflection?
2925
12-Aug-2011
Chris Anderson
12-Aug-2011Reflection is a concept using which we can
1) Load assemblies dynamically
2) Invoke methods at runtime
3) Retrieving type information at runtime.